home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / iccchess.zip / RELNOTES.TXT < prev    next >
Text File  |  1995-12-02  |  4KB  |  110 lines

  1. RELEASE NOTES
  2.  
  3. ==========================================================================
  4. December, 1995
  5.  
  6. The latest version of SLICS is 2.2f, i.e., slics22f.exe .
  7. Versions 2.2b-e, had bugs in the bughouse code!
  8.  
  9. TMSTAMP/TMSEAL CHANGE
  10.  
  11. * I changed the way the timestamp/timeseal variables work,
  12.   in order to make it easier to setup.
  13.   You can ignore this if you do not use TMSTAMP/TMSEAL,
  14.   or if you only use the manual launch method of starting
  15.   TMSTAMP/TMSEAL.
  16.  
  17.   If you are upgrading from a previous version of SLICS,
  18.   and you use the automatic launch method of starting TMSTAMP/TMSEAL,
  19.   you may have to change your "icsprofs.dat" file.
  20.  
  21.   In the old versions of SLICS (version 2.1e and earlier),
  22.   the usage of the automatic launch method required you to set
  23.   icshost=localhost or 127.0.0.1 , and tell TMSTAMP/TMSEAL
  24.   the real server name thru the variable "icstmstampcmd" or
  25.   "icsficstmstampcmd".  Similarly, the meaning of the icsport
  26.   variable was the local port, and you had to use the
  27.   "icstmstampcmd" or "icsficstmstampcmd" variable to use a
  28.   different server portnumber.
  29.  
  30.   In the new version, you do NOT need to do this.  Simply set
  31.   the icstmstampflag=1 (as in old versions) and let icshost=
  32.   the real server name.  SLICS will now "do the right thing"
  33.   by passing the icshost value to TMSTAMP/TMSEAL .  Similarly
  34.   for icsport= .
  35.  
  36.   - The variables icstmstampcmd and icsficstmstampcmd are obsolete.
  37.     delete them from your "icsprofs.dat" file.
  38.   - In any entries that have icstmstampflag=1, change the
  39.     setting of icshost= from localhost or 127.0.0.1 (which used
  40.     to be required) back to the name of the real server.
  41.   - If you were using the icstmstampcmd option to connect to
  42.     a non-default client port (eg, -p 5001), add the port number
  43.     as the value of the variable icstmstampport (eg, icstmstampport=5001).
  44.   - If you were using the icstmstampcmd option to connect to
  45.     a non-default server port (eg, tmseal eics.daimi.aau.dkk 5002),
  46.     use this number as the value of icsport (eg, icsport=5002).
  47.  
  48. old:
  49.     [E-FICS-TMSTAMP]
  50.     icstmstampflag=1
  51.     icsport=5001
  52.     icsficstmstampcmd=-m . tmseal -p 5001 eics.daimi.aau.dk 5000
  53.     icshost=127.0.0.1
  54.     ...
  55.  
  56. new:
  57.     [E-FICS-TMSTAMP]
  58.     icstmstampflag=1
  59.     icshost=eics.daimi.aau.dk
  60.     icsport=5000
  61.     icstmstampport=5001
  62.     ...
  63.  
  64. BUGHOUSE CHESS SUPPORT
  65.  
  66. * I have added preliminary support for bughouse chess on FICS.
  67.   Each side's "holdings" are shown in ascii next to the clock times.
  68.   To drop a piece, click the right mouse button on the destination square.
  69.   This will popup a piece selection dialog.
  70.  
  71.   I will add graphical support and other bughouse related features
  72.   in a later release.
  73.  
  74. ICSPROFS.DAT CHANGE
  75.  
  76. * There is a new special variable you can use in your profiles file
  77.   "icsprofs.dat".  If you specify a variable "defaults" in a profile
  78.   entry, the settings in that entry are used in addition to any settings
  79.   specified directly in the current entry.  Settings in the current
  80.   entry take precedence over the defaults.  I added this feature because
  81.   many entries tend to differ from each other by only 1 or 2 values.
  82.  
  83. Example:  In this example, the B-FICS profile entry gets default
  84. values from the A-FICS entry.  If you select the B-FICS entry, the
  85. program will load the values from the A-FICS entry, and then override
  86. "icshost" and "icstmstampflag".
  87.  
  88.     [B-FICS]
  89.     defaults=A-FICS
  90.     icshost=crocus.csv.warwick.co.uk
  91.     icstmstampflag=0
  92.     [A-FICS]
  93.     icsnoslip=0
  94.     icshost=fics.onenet.net
  95.     icshandle=dfong
  96.     icsport=5000
  97.     icsrcfile=_ics.rc
  98.     icsficsmode=1
  99.     icstmstampflag=1
  100.  
  101. REGISTRATION DATA
  102.  
  103. Future versions of CHESSBD/SLICS will have a "nag message" for unregistered
  104. users.  To circumvent this message, you must have a valid registration key
  105. in your chessbd.ini file.  If you have already registered an earlier
  106. version, please send email to dfong@igc.apc.org in order to receive your
  107. free registration key.
  108.  
  109. ==========================================================================
  110.